home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Education'More / M-Q / Math.cpt / Math / background_2700.txt < prev    next >
Text File  |  1990-12-18  |  2KB  |  101 lines

  1. -- background: 2700 from stack: in
  2. -- bmap block id: 3072
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   pass openStack
  10. end openStack
  11.  
  12.  
  13.  
  14.  
  15.  
  16. -- part 21 (button)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=452 top=33 right=61 bottom=483
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 1015 / 1015
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: Boing
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   play "boing"
  31.   wait 1 second
  32.   doMenu "quit hypercard"
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 22 (field)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=47 top=100 right=121 bottom=82
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 0
  44. -- font id: 3
  45. -- text size: 14
  46. -- style flags: 256
  47. -- line height: 18
  48. -- part name: numright
  49.  
  50.  
  51. -- part 23 (field)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=47 top=126 right=146 bottom=83
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 0
  58. -- font id: 3
  59. -- text size: 14
  60. -- style flags: 256
  61. -- line height: 18
  62. -- part name: numwrong
  63.  
  64.  
  65. -- part 26 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=228 top=298 right=321 bottom=254
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 1014 / 1014
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Preevious Card
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go to prev card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 27 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=256 top=298 right=321 bottom=281
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1013 / 1013
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Next Card
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to next card
  99. end mouseUp
  100.  
  101.